home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / whocrashed / whocrashedSetup.exe / {app} / WhoCrashedEx.exe / 0 / RCDATA / TLIMITATIONFORM / TLIMITATIONFORM.txt < prev   
Text File  |  2012-11-05  |  2KB  |  94 lines

  1. object LimitationForm: TLimitationForm
  2.   Left = 355
  3.   Top = 390
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'WhoCrashed Home Edition Limitiation'
  8.   ClientHeight = 140
  9.   ClientWidth = 465
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnKeyDown = FormKeyDown
  20.   DesignSize = (
  21.     465
  22.     140)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ImageRegistrar: TImage
  26.     Left = 8
  27.     Top = 15
  28.     Width = 100
  29.     Height = 100
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Transparent = True
  33.   end
  34.   object MemoLimitation: TMemo
  35.     Left = 129
  36.     Top = 15
  37.     Width = 320
  38.     Height = 51
  39.     Anchors = [akLeft, akTop, akRight]
  40.     BorderStyle = bsNone
  41.     Color = clBtnFace
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -12
  45.     Font.Name = 'Segoe UI, Arial'
  46.     Font.Style = [fsBold]
  47.     Lines.Strings = (
  48.       'This feature is only available in the professional version '
  49.       'of WhoCrashed')
  50.     ParentFont = False
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.     WantReturns = False
  54.     OnEnter = MemoLimitationEnter
  55.   end
  56.   object ButtonBuyOnline: TButton
  57.     Left = 163
  58.     Top = 96
  59.     Width = 140
  60.     Height = 25
  61.     Caption = 'Get the Pro version'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'Segoe UI, Arial'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     OnClick = ButtonBuyOnlineClick
  70.   end
  71.   object ButtonTry: TButton
  72.     Left = 309
  73.     Top = 96
  74.     Width = 140
  75.     Height = 25
  76.     Caption = 'continue with HOME'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'Segoe UI, Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 2
  84.     OnClick = ButtonTryClick
  85.   end
  86.   object PanelDivider: TPanel
  87.     Left = 8
  88.     Top = 127
  89.     Width = 441
  90.     Height = 5
  91.     TabOrder = 3
  92.   end
  93. end
  94.